ComponentOne ASP.NET MVC Controls
OnClientFormatItem Method (ComboBoxBaseBuilder<T,TControl,TBuilder>)

C1.Web.Mvc.Fluent Namespace > ComboBoxBaseBuilder<T,TControl,TBuilder> Class : OnClientFormatItem Method
The value.
Configurates the C1.Web.Mvc.ComboBoxBase<T>.OnClientFormatItem client event. Event that fires when items in the drop-down list are created.
Syntax
'Declaration
 
Public Function OnClientFormatItem( _
   ByVal value As String _
) As TBuilder
public TBuilder OnClientFormatItem( 
   string value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ComboBoxBaseBuilder<T,TControl,TBuilder> Class
ComboBoxBaseBuilder<T,TControl,TBuilder> Members